home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
DefineSprite_450
/
frame_4
/
DoAction.as
Wrap
Text File
|
2003-04-29
|
297b
|
16 lines
if(direction == 1)
{
tellTarget("/" add name add "_" add newdepth add "/body")
{
gotoAndStop("back");
}
}
else if(direction == 0)
{
tellTarget("/" add name add "_" add newdepth add "/body")
{
gotoAndStop("front");
}
}
_root.spiderfx.gotoAndPlay("on");